Clarify `make install` exists as a target
authorAlex Crichton <alex@alexcrichton.com>
Tue, 24 Jun 2014 13:44:47 +0000 (06:44 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 24 Jun 2014 13:44:47 +0000 (06:44 -0700)
Closes #39

README.md

index c125b2fdad1562b084ac6733e7c1f933c5a90c53..d109664d16612e3d908dc39a4ae1a482d6743c34 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ Learn more at http://crates.io/.
 
 ## Compiling cargo
 
-You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies.
+You'll want to clone cargo using --recursive on git, to clone in it's submodule
+dependencies.
 ```
 $ git clone --recursive https://github.com/rust-lang/cargo
 ```
@@ -13,5 +14,6 @@ or
 $ git submodule init
 $ git submodule update
 ```
-Then it's as simple as ```make``` and you're ready to go.
+Then it's as simple as ```make``` followed by ```make install``` and you're
+ready to go.